func runtime.open
6 uses
runtime (current package)
create_file_unix.go#L13: return open(name, _O_CREAT|_O_WRONLY|_O_TRUNC, perm)
fds_unix.go#L37: if ret := open(&devNull[0], O_RDWR, 0); ret < 0 {
os_linux.go#L254: fd := open(&procAuxv[0], 0 /* O_RDONLY */, 0)
os_linux.go#L321: fd := open(&sysTHPSizePath[0], 0 /* O_RDONLY */, 0)
os_linux.go#L352: fd := open(&urandom_dev[0], 0 /* O_RDONLY */, 0)
stubs2.go#L35: func open(name *byte, mode, perm int32) int32
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |